From 8aacd8455e0aa36193c5db83ac299fc3fb66bae4 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 22 Nov 2010 15:36:17 +0000 Subject: [PATCH] Fix a doxygen warning --- maintenance/tests/phpunit/includes/api/ApiUploadTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tests/phpunit/includes/api/ApiUploadTest.php b/maintenance/tests/phpunit/includes/api/ApiUploadTest.php index 2ab91f9ab2..f213dcc98b 100644 --- a/maintenance/tests/phpunit/includes/api/ApiUploadTest.php +++ b/maintenance/tests/phpunit/includes/api/ApiUploadTest.php @@ -123,7 +123,7 @@ abstract class ApiTestCase extends PHPUnit_Framework_TestCase { * This is cheating a bit -- we grab a token in the correct format and then add it to the pseudo-session and to the * request, without actually requesting a "real" edit token * @param $params: key-value API params - * @param $data: a structure which also contains the session + * @param $session: session array */ protected function doApiRequestWithToken( $params, $session ) { if ( $session['wsToken'] ) { -- 2.20.1